home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 1 / your choice.zip / your choice / OS2 / AM4PM / CID.AMC < prev    next >
Text File  |  1993-06-13  |  929b  |  13 lines

  1. /*********************************************************************/
  2. /* CID.AMC - A caller ID message was detected                        */
  3. /*                                                                   *//* This program is called by AM4PM.EXE when a string starting        */
  4. /* starting with 'TIME' is recived from the modem                    */
  5. /*                                                                   */
  6. /* Input:  The string starting with 'TIME'                           */
  7. /*                                                                   *//* Output: 0  Normal                                                 */
  8. /*                                                                   *//*********************************************************************/
  9. CALL AMDPrint 'CID.AMC('arg(1)') started'
  10. CALL AMSetStateText 'Processing CID'
  11. CALL AMSetLastEventText 'CID:' arg(1)
  12. Exit 0
  13.